home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt089src.lha / Mutt-0.89i-AMIGA / src / acconfig.h next >
Text File  |  1998-01-28  |  2KB  |  86 lines

  1.  
  2. /* Enable debugging info */
  3. #define DEBUG
  4.  
  5. /* Does your version of PGP support the PGPPASSFD environment variable? */
  6. #define HAVE_PGPPASSFD
  7.  
  8. /* Disable the X-Mailer header? */
  9. #undef NO_XMAILER
  10.  
  11. /* What is your domain name? */
  12. #undef DOMAIN
  13. @TOP@
  14.  
  15. /* Mutt version info */
  16. #undef VERSION
  17.  
  18. /* use dotlocking to lock mailboxes? */
  19. #undef USE_DOTLOCK
  20.  
  21. /* use flock() to lock mailboxes? */
  22. #undef USE_FLOCK
  23.  
  24. /* Use fcntl() to lock folders? */
  25. #undef USE_FCNTL
  26.  
  27. /*
  28.  * Define if you have problems with mutt not detecting new/old mailboxes
  29.  * over NFS.  Some NFS implementations incorrectly cache the attributes
  30.  * of small files.
  31.  */
  32. #undef NFS_ATTRIBUTE_HACK
  33.  
  34. /* Do you want support for the POP3 protocol? (--enable-pop) */
  35. #undef USE_POP
  36.  
  37. /*
  38.  * Is mail spooled to the user's home directory?  If defined, MAILPATH should
  39.  * be set to the filename of the spool mailbox relative the the home
  40.  * directory.
  41.  * use: configure --with-homespool=FILE
  42.  */
  43. #undef HOMESPOOL
  44.  
  45. /* Where new mail is spooled */
  46. #undef MAILPATH
  47.  
  48. /* Should I just use the domain name? (--enable-hidden-host) */
  49. #undef HIDDEN_HOST
  50.  
  51. /* Does your system have the srand48() suite? */
  52. #undef HAVE_SRAND48
  53.  
  54. /* Where to find sendmail on your system */
  55. #undef SENDMAIL
  56.  
  57. /* Where is PGP located on your system? */
  58. #undef _PGPPATH
  59.  
  60. /* Do we have PGP 5.0 or up? */
  61. #undef HAVE_PGP5
  62.  
  63. /* Where to find ispell on your system? */
  64. #undef ISPELL
  65.  
  66. /* Should Mutt run setgid "mail" ? */
  67. #undef USE_SETGID
  68.  
  69. /* Does your curses library support color? */
  70. #undef HAVE_COLOR
  71.  
  72. /* Are we using GNU rx? */
  73. #undef USE_GNU_RX
  74.  
  75. /* Compiling with SLang instead of curses/ncurses? */
  76. #undef USE_SLANG_CURSES
  77.  
  78. /* program to use for shell commands */
  79. #define EXECSHELL "/bin/sh"
  80.  
  81. /* The "buffy_size" feature */
  82. #undef BUFFY_SIZE
  83.  
  84. /* The result of isprint() is unreliable? */
  85. #undef LOCALES_HACK
  86.